home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / g5109b.zip / G5.ZIP / G5_STRUC.ZIP / DROPFILE.1 < prev    next >
Text File  |  1996-11-27  |  2KB  |  54 lines

  1. CL
  2. D:\DOORS\GALAXY5
  3. The Last Call BBS!
  4. Tom
  5. Smith
  6. 3
  7. TRUE
  8. 4
  9. BEAVIS
  10. FUDDPUCKER
  11. Bones
  12. 0
  13. MALE
  14. 26400
  15. Taylor-Tuckey
  16. ANSI
  17. 100
  18. 56
  19. 4
  20. 57600
  21. CLEANMODE=OFF
  22. -----------------------------------------------------------------------------
  23.  Above is the structure of the DROPFILE.* that Galaxy 5 creates upon exiting
  24.  to run an Xport, and to run the automatic batch files (if they exists).
  25.  Where * is the number of the node this caller is on.
  26. -----------------------------------------------------------------------------
  27.  
  28. Line 1  - CL for Command Line. This is primarily for UrDoor programmers. In
  29.           order for UrDoor to be used via the command line, it still needs
  30.           the name of a config file to read. You can have your Xport read
  31.           the DROPFILE.* as your config file (for UrDoor Xports), since the
  32.           first 7 lines are the exact same format that UrDoor calls for.
  33. Line 2  - Full path to the Galaxy 5 directory (never includes a trailing
  34.           backslash!).
  35. Line 3  - BBS Name.
  36. Line 4  - SysOps first name.
  37. Line 5  - SysOps last name.
  38. Line 6  - IRQ Number for the current node.
  39. Line 7  - Log errors on? TRUE = Yes, FALSE = No.
  40. Line 8  - COM Port number for the current node.
  41. Line 9  - Users first name.
  42. Line 10 - Users last name.
  43. Line 11 - Callers handle used in Galaxy 5.
  44. Line 12 - Data file record number (used for Seek(Datafile, Rec_Num);, etc.).
  45. Line 13 - Players gender, MALE or FEMALE.
  46. Line 14 - Callers connected baud rate.
  47. Line 15 - Caller from (as grabbed from BBS drop file).
  48. Line 16 - Graphics terminal. ANSI, ASCII, or RIP.
  49. Line 17 - Callers security level.
  50. Line 18 - Time left online this call.
  51. Line 19 - Time caller was online so far this call.
  52. Line 20 - Locked baud rate (if locked, otherwise reads 0).
  53. Line 21 - Clean mode on or off? (new as of v1.07)
  54.